home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / S / SitC Lister 1.11 / Release Notes.txt < prev    next >
Encoding:
Text File  |  1993-11-11  |  5.9 KB  |  161 lines  |  [TEXT/EDIT]

  1. In version 1.0.1 or later, your SitC Lister.pref file and, if you
  2. have registered your copy, your SitC Lister.reg file must be moved
  3. into your "Preferences" folder, located inside your System Folder.
  4.  
  5. Release Notes:
  6.  
  7. 1.1.1
  8. • increased the memory allocation by 32K and increased the stack
  9.   size to eliminate possibility of overflow when scanning deeply
  10.   nested folders.
  11.  
  12. 1.1
  13. • increased stack size to minimize possibility to bomb.  Version
  14.   never released to public.
  15.   
  16. 1.1b2
  17. • fixed a bug where scanning would do strange things once an alias
  18.   was scanned.
  19. • fixed a bug where folder aliases who's targets weren't on the disk
  20.   where the alias was wouldn't get scanned.
  21.  
  22. 1.1b1
  23. • resolves aliases of files and folders.
  24.  
  25. 1.0.5
  26. • fixed a bug where it would bomb with an array range error if the
  27.   change button was hit with no files selected in the dialog box.
  28.  
  29. 1.0.4
  30. • added routines to actually choose the folder for the input path.
  31.  
  32. 1.0.3
  33. • fixed a range check error that occurred with no file entries
  34. • worked on enabling and disabling dialog buttons for better intuitiveness.
  35.  
  36. 1.0.2
  37. • fixed a Tabby related bug that crept in in 1.0.1
  38.  
  39. 1.0.1
  40. • fixed range check bomber bug that occurred if the only file entry was
  41.   removed.
  42. • moved the preferences and registration file to the preferences folder.
  43. • gave the preferences file its own icon.
  44.  
  45. 1.0 release notes
  46. • first release version.
  47.  
  48. 1.0b5 release notes
  49. • added cancel button to abort scans.
  50.  
  51. 1.0b4 release notes
  52. • the same damn bug fixed in 1.0b2 crept back into 1.0b3 if you have the
  53.   paths flag set and scan from the root level.
  54. • doesn't list invisible files
  55. • filters carriage returns out of descriptions.  substitutes a space.
  56.  
  57. 1.0b3 release notes
  58. • changed the functionality of the "add paths" flag to merely add a
  59.   directory header at the beginning of each directory scanned, rather
  60.   than by listing the complete path to a file.
  61.  
  62. 1.0b2 release notes
  63. • fixed a bug where the output file would generate a blank entry on
  64.   itself.  Now the output file doesn't generate anything on itself.
  65. • fixed a bug where it would hang the machine if you tried to scan an
  66.   entire volume.
  67. • if you don't list the description, it now puts a blank line in to
  68.   delimit the entries.
  69.   
  70. 1.0b1 release notes
  71. • fixed a bug where it would crash with a range check error when the
  72.   bottom of the configuration file list was scrolled to.
  73. • fixed a bug on the configuration dialog where the wrong file would
  74.   be changed if there were many entries in the list.
  75.  
  76. 1.0a6 release notes
  77. • fixed a real stinky bug that I found in the EnumerateShell code from
  78.   Inside Macintosh where it would drop out of the search for no apparent
  79.   reason.
  80. • added launch.next capability for Tabby compatibility.  Special thanks
  81.   to Chris Silverberg for the launch.next code.
  82. • fixed a bug where empty files that shouldn't be created were.
  83.  
  84. 1.0a5 release notes
  85. • major improvements in background operation
  86. • fixed bug where immediately hitting "go" upon launch unselected
  87.   the front window and it wouldn't be selectable.
  88. • hitting enter or return in the file configuration dialog now hilites
  89.   the OK button.
  90. • Preferences works, but Batch Mode still disabled.
  91. • You can put the filename and the size on the same line.
  92.  
  93. 1.0a4 release notes
  94. • added preferences file command for control over output format.
  95. • put the "Create Interactive" and "Create Batch" checkboxes on the
  96.   file configuration dialog.
  97. • the Create Interactive and Create Batch flags work.  Currently the
  98.   Create Batch flag doesn't do anything since launch.next is not supported.
  99.  
  100. 1.0a3 release notes
  101. • now runs in background and yields time to other applications.
  102. • uses Gestalt manager to check for availability of traps.
  103.  
  104. 1.0a2 release notes
  105. • fixed a bug where garbage preceded the CR in the output files.
  106. • fixed a confusing bug in the configure files dialog.
  107.  
  108. 1.0a1 release notes
  109. • A few cosmetic problems on the configuration dialog.
  110. • The configure files dialog pretty much works. It is unknown what the
  111.   Hdrs&Ftrs switches do.
  112. • Added icon and BNDL
  113. • Source, List File, Header, and Footer, buttons all work.
  114. • return key works on dialogs.
  115. • The batch/interactive config dialogs are not operational.  Their menus
  116.   are inactive.
  117. • added support for error alert.
  118. • added registration file support for shareware payments.
  119.  
  120. 1.0d5 release notes
  121. • changed flags to arrays of boolean instead of integers
  122. • changed output files creator type to teachtext
  123. • changed instances of GetVol, SetVol to HGetVol, HSetVol
  124. • check validity of prefs file on startup.
  125. • continued improving error checking.  Now if an error in the prefs
  126.   is discovered, it keeps running.  Only if a scanning error occurs
  127.   does it exit to shell.
  128. • moved strings to STR# resources.
  129.  
  130. 1.0d4 release Notes
  131. • Changed PBCatScan to EnumerateShell -- couldn't figure out how not to
  132.   search the whole volume when all I wanted was a path that was known.
  133. • Upped the file limit to 32.
  134. • Added major error correction.
  135. • Fixed a bug where the DoError routine would drop back into the catalog
  136.   search if the batchmode flag was on, resulting in an infinite loop and
  137.   no killing of the process.
  138.  
  139. 1.0d3 Release Notes
  140. • Added createbatch and createinteractive flags to prefs file.
  141. • Added batchMode boolean - doesn't do anything yet.
  142. • Added procedures for checking for batch mode and launch.next support - inactive.
  143. • Sets default volume back to the launch volume after a scan.
  144. • works with multiple launch files now.
  145. • cancel button no longer flashes while updating status.
  146. • better feedback at beginning and end of scan.
  147. • if in batch mode error doesn't exittoshell.
  148. • changed cancel button to "OK".
  149. • Headers and footers supported.
  150. • WritePath flag now works.
  151. • Fixed DoError to ExitToShell AFTER reporting the error.
  152. • Fixed all the flags.
  153. • Calculates File Sizes.
  154.  
  155. 1.0d2 Release Notes
  156. • Appears to not have memory leaks or other problems like that.
  157. • Works by manually creating input source directories and output files
  158.   into the SitC Lister Prefs file.  See accompanying file on the
  159.   structure of the Prefs file.
  160.  
  161.